TLMDAnimationStyle Type

Unit
lmdctrlA

Declaration

TLMDAnimationStyle = (asLoop,           {loop animation}
                      asLoopHide,       {loop animation, hide ctrl when stopped}
                      asLoopReverse,    {loop and flip direction}
                      asRepeat,           {play animation 'repetitions' times, last picture is shown}
                      asRepeatFirst,      {play animation 'repetitions' times, first picture is shown}
                      asRepeatHide);